github.com/klauspost/compress/zstd.fastBase.lastDict (field)

8 uses

	github.com/klauspost/compress/zstd (current package)
		enc_base.go#L24: 	lastDict    *dict
		enc_best.go#L482: 	dictChanged := d != e.lastDict
		enc_best.go#L546: 	e.lastDict = d
		enc_better.go#L1119: 	dictChanged := d != e.lastDict
		enc_better.go#L1185: 	e.lastDict = d
		enc_dfast.go#L1055: 	dictChanged := d != e.lastDict
		enc_fast.go#L821: 	if len(e.dictTable) != len(e.table) || d != e.lastDict {
		enc_fast.go#L845: 		e.lastDict = d